home *** CD-ROM | disk | FTP | other *** search
- object FrTwoThreads: TFrTwoThreads
- Left = 93
- Top = 94
- Width = 564
- Height = 401
- Caption = 'Two Threads'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 556
- Height = 153
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 0
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 257
- Height = 105
- Lines.Strings = (
- 'select * from customer,customer,customer')
- TabOrder = 0
- end
- object Memo2: TMemo
- Left = 280
- Top = 8
- Width = 257
- Height = 105
- Lines.Strings = (
- 'select * from country,country,country')
- TabOrder = 1
- end
- object BuClose: TButton
- Left = 280
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 2
- end
- object BuStartTwoThreads: TButton
- Left = 8
- Top = 120
- Width = 121
- Height = 25
- Caption = 'Start Two Threads'
- TabOrder = 3
- OnClick = BuStartTwoThreadsClick
- end
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 153
- Width = 249
- Height = 221
- Align = alLeft
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBGrid2: TDBGrid
- Left = 276
- Top = 153
- Width = 280
- Height = 221
- Align = alRight
- TabOrder = 2
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- end
-